Git Bent
Git version control with guided prompts and intuitive commands
Status: Continued Development
This project is undergoing continual development. Most features are stable & when I introduce major changes, I will bump the branch's version number up.
Getting Started
1. Install
We download the repo & add it to our PATH
through terminal:
-
git clone https://gitlab.com/taeluf/bash/git-bent.git ~/.gitbent/repo
-
echo 'export PATH="~/.gitbent/repo/:$PATH"' >> ~/.bashrc
-
source ~/.bashrc
<- You may need to add this line in~/.bash_profile
-
bent
should be working now
Screenshots
[bent]
[bent help]
Connect
- @TaelufDev on Twitter
- taeluf.com - My site is not currently maintained (Feb 3, 2021)
Contribute
This project is actively developed. Please open issues & pull requests as you see fit.
If you're brand new to bash or to open source contributing:
- open an issue, tell me what you want to do and what you need help with, and I'll guide you.
Alternatives / Competition
We make no guarantees regarding software listed here.
- Git Scripts collection by jwiegley
- Gitkraken, a GUI which is free for open source projects, by @GitKraken
- Vershd "The effortless Git GUI for Windows, Mac, and Linux." by @Blightysoft
Why use Git Bent over competition?
- You like CLI
- You're a "TLDR" person (I know I am)
Why NOT use Git Bent?
- You have very specific git needs
- You don't like that our
save
function doesadd -A
every time - You love GUIs and hate CLI and hate being happy